home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / bin / ginsu / ginsuF.h < prev    next >
C/C++ Source or Header  |  1993-08-21  |  480b  |  35 lines

  1. /* Header file generated with fdesign. */
  2.  
  3. /**** Callback routines ****/
  4.  
  5.  
  6.  
  7.  
  8.  
  9. /**** Forms and Objects ****/
  10.  
  11. extern FL_FORM *ClipPanel;
  12.  
  13. extern FL_OBJECT
  14.         *SliceButton,
  15.         *ExitButton,
  16.         *InfoButton,
  17.         *TargInput,
  18.         *Ainput,
  19.         *Binput,
  20.         *Cinput,
  21.         *Dinput,
  22.         *EditButton;
  23.  
  24. extern FL_FORM *InfoPanel;
  25.  
  26. extern FL_OBJECT
  27.         *MyBrowser,
  28.         *CloseButton;
  29.  
  30.  
  31.  
  32. /**** Creation Routine ****/
  33.  
  34. extern void create_the_forms();
  35.